Full text search for "flat nested list"

FrontPagechartEclipseDownload flat nested list


Search BackLinks only
Display context of search results
Case-sensitive searching
  • jEdit . . . . 124 matches
         plugin-blacklist.htmlparser.jar=false
         plugin-blacklist.BufferList.jar=false
         plugin-blacklist.Console.jar=false
         plugin-blacklist.TextAutocomplete.jar=false
         options.pmd.rules.AvoidDeeplyNestedIfStmts=true
         plugin-blacklist.CssEditor.jar=false
         plugin-blacklist.JTidyPlugin.jar=false
         error-list.extendedState=0
         plugin-blacklist.OpenIt.jar=false
         list-library.y=255
         list-library.x=276
         plugin-blacklist.XmlIndenter.jar=false
         bufferlist.font=Dialog
         plugin-blacklist.CodeLint.jar=false
         dialog.list-library.geometry.width=479
         plugin-blacklist.JBrowse.jar=false
         search.find.value=tblList_listModelChangedEH
         list-library.width=479
         plugin-blacklist.GfxView.jar=false
         plugin-blacklist.DotComplete.jar=false
  • HelpOnLists . . . . 13 matches
         == Lists and Indenting ==
         You can create bulleted and numbered lists in a quite natural way. All you do is inserting the line containing the list item. To get bulleted items, start the item with an asterisk "{{{*}}}"; to get numbered items, start it with a number template "{{{1.}}}", "{{{a.}}}", "{{{A.}}}", "{{{i.}}}" or "{{{I.}}}". Anything else will just indent the line. To start a numbered list with a certain initial value, append "{{{#}}}''value''" to the number template.
         To nest lists of different levels, you use different depths of indenting. All items on the same indent level belong to the same (sub-)list. That also means that you cannot change the style of a list after you started it.
         Definition lists can be created by items of the form {{{<whitespace>term:: definition}}}
          * list
         A numbered list, mixed with bullets:
         Variations of numbered lists:
          * list
         A numbered list, mixed with bullets:
         Variations of numbered lists:
  • WikiSlide . . . . 11 matches
          * SiteNavigation: A list of the different indices of the Wiki
          * TitleIndex: A list of all pages in the Wiki
          * WordIndex: A list of all words in page titles (i.e. a list of keywords/concepts in the Wiki)
         = Lists =
         == item list ==
         == enumerated list ==
         For details see HelpOnLists.
          * `PageList` - generates lists of pages with titles matching a pattern
          * click on one of the listed templates to base your page on the content of the selected template.
         Below the list of templates you will also find a list of existing pages with a similar name. You should always check this list because someone else might have already started a page about the same subject but named it slightly differently.
          * `LikePages`: Lists pages with ''similar'' title
          * `LocalSiteMap`: List of all pages that are referred to, up to a maximum of 4 levels
  • flat nested list . . . . 9 matches
         package zzz.nestedlist;
         import static zzz.nestedlist.Node.node;
         public class NestedList {
          root.flat());
         package zzz.nestedlist;
         import static java.util.Arrays.asList;
         import java.util.ArrayList;
         import java.util.List;
          List<Node> children;
          return branch(asList(nodes));
          private static Node branch(List<Node> nodes) {
          public Node flat() {
          List<Node> nodes = new ArrayList<>();
          nodes.addAll(n.flat().children);
  • HelpOnActions . . . . 6 matches
         The following actions are added to the list of user-defined extension actions at the bottom of each page or other position defend on your selected theme. This happens to any mixed-case extension, for other actions (all lower-case) see the list further down this page. Some of these action might not be available for this wiki site.
          * `!LikePages`: list pages whose title starts or ends with the same MeatBall:WikiWord as the current page title.
         The following is a list of ''internal'' actions that are used to implement the various menus and links at the top and bottom of pages, or supplement certain macros.
          * `titleindex`: Implements the listing of all page names as text (Self:?action=titleindex) or XML (Self:?action=titleindex&mimetype=text/xml''''''); the main use of this action is to enable MeatBall:MetaWiki.
          * `highlight`: highlight the search word when you click on a link in a search result list.
  • JavaListSystem.properties() . . . . 6 matches
         [java] System.getProperties() list
          System.getProperties().list(System.out);
         -- listing properties --
         sun.cpu.isalist=
         -- listing properties --
         sun.cpu.isalist=pa2.0 pa1.2 pa1.1 pa1.0
  • CountingClosedPolygons . . . . 5 matches
          fun crosses():List<Bar>{
          1 -> listOf(Bar(start.move(0), 3), Bar(start.move(2), 7))
          3 -> listOf(Bar(start.move(4), 1), Bar(start.move(2), 5))
          5 -> listOf(Bar(start.move(4), 7), Bar(start.move(6), 3))
          7 -> listOf(Bar(start.move(0), 5), Bar(start.move(6), 1))
          else -> listOf()
  • HelpForBeginners . . . . 5 matches
          * TitleIndex: a list of all pages in the wiki
          * WordIndex: a list of all words that are part of page title (thus, a list of the concepts in a wiki)
         When you click on the highlighted page title (i.e. HelpForBeginners on this page), you will see a list of all pages that link to the current page. This even works on pages that are not defined yet.
         A question mark before a link, or a different rendering in bold red, means that the page is not yet defined: you can click the question mark to offer a definition (e.g., NoSuchPageForReal). If you click on such a link, you'll see a default page that you can edit; only after you save the page will it be created for real. A list of all pages that are not yet created but referred on another page is on WantedPages.
  • OurSoftwareDependencyProblem . . . . 5 matches
         Will you be processing untrusted inputs with the package? If so, does it seem to be robust against malicious inputs? Does it have a history of security problems listed in the National Vulnerability Database (NVD)?11
         Does the code have dependencies of its own? Flaws in indirect dependencies are just as bad for your program as flaws in direct dependencies. Dependency managers can list all the transitive dependencies of a given package, and each of them should ideally be inspected as described in this section. A package with many dependencies incurs additional inspection work, because those same dependencies incur additional risk that needs to be evaluated.
         Many developers have never looked at the full list of transitive dependencies of their code and don’t know what they depend on. For example, in March 2016 the NPM user community discovered that many popular projects—including Babel, Ember, and React—all depended indirectly on a tiny package called left-pad, consisting of a single 8-line function body. They discovered this when the author of left-pad deleted that package from NPM, inadvertently breaking most Node.js users’ builds.14 And left-pad is hardly exceptional in this regard. For example, 30% of the 750,000 packages published on NPM depend—at least indirectly—on escape-string-regexp. Adapting Leslie Lamport’s observation about distributed systems, a dependency manager can easily create a situation in which the failure of a package you didn’t even know existed can render your own code unusable.
         It is also important to watch for new indirect dependencies creeping in: upgrades can easily introduce new packages upon which the success of your project now depends. They deserve your attention as well. In the case of event-stream, the malicious code was hidden in a different package, flatmap-stream, which the new event-stream release added as a new dependency.
         It’s also important to recheck the security history of each dependency. For example, Apache Struts disclosed different major remote code execution vulnerabilities in 2016, 2017, and 2018. Even if you have a list of all the servers that run it and update them promptly, that track record might make you rethink using it at all.
  • Raspberry Pi 5 구매 - 20240331 . . . . 5 matches
          - https://www.coupang.com/vp/products/7951307334?vendorItemId=88995317765&sourceType=MyCoupang_my_orders_list_product_title
          - https://www.coupang.com/vp/products/7307806799?vendorItemId=85847947085&sourceType=MyCoupang_my_orders_list_product_title
          - https://www.coupang.com/vp/products/7935074296?vendorItemId=88888955054&sourceType=MyCoupang_my_orders_list_product_title&isAddedCart=
          - https://www.coupang.com/vp/products/7340248792?vendorItemId=86904356261&sourceType=MyCoupang_my_orders_list_product_title
          - https://www.coupang.com/vp/products/1942562672?vendorItemId=71284861491&sourceType=MyCoupang_my_orders_list_product_title
  • 2024-04-11(Th) Raspberry Pi 5에 MoniWiki 설치하기(Docker 이용) . . . . 4 matches
          listen [::]:443 ssl ipv6only=on; # managed by Certbot
          listen 443 ssl; # managed by Certbot
          listen 80 default_server;
          listen [::]:80 default_server;
  • ArrayListVsHashSet . . . . 4 matches
         ArrayList test(LAST=21474836)
         making list done. elapsed=7249
         ArrayList test(LAST=21474836)
         making list done. elapsed=6998
         making list done. elapsed=7331
         making list done. elapsed=7423
  • BlogArchivesMacro . . . . 4 matches
         {{{[[BlogArchives(list)]]}}}
         [[BlogArchives(list)]]
         {{{[[BlogArchives("F Y",list)]] [[BlogArchives("F Y")]]}}}
         ||[[BlogArchives("F Y",list)]]||[[BlogArchives("F Y")]]||
  • Java8StremGroupingBy . . . . 4 matches
         #keywords collections, java stream, java8, listToMap
          List<Data> list = Lists.newArrayList(d("a", 1), d("b", 2), d("a", 3));
          System.out.println("src : "+list);
          val mm = list.stream().collect(groupingBy(Data::getKey));
  • MoniWikiPo . . . . 4 matches
         msgid "Scrap lists updated."
         msgid "Subscribe lists updated."
         msgid "TrackBack list of %s"
         msgid "You are in the black list"
         "<b>Lists:</b> space and one of * bullets; 1., a., A., i., I. numbered "
  • Multimaps.index() . . . . 4 matches
         #keywords collections, java stream, java8, listToMap
          List<Data> list = Lists.newArrayList(d("a", 1), d("b", 2), d("a", 3));
          System.out.println("src : "+list);
          Multimap<String, Data> mm = Multimaps.index(list, Data::getKey);
  • WikiSandBox . . . . 4 matches
         And then here's a list:
         '''''Please Note:''''' ''There has been considerable controversy about several of the above listed alternatives to reading the First Section. Some people think they are silly. Some people think they are offensive. And some people just think that they are a waste of time. All of these may be true. However, we stand by them, as we firmly believe that they are '''all''' more interesting than the First Section.''
         == Lists ==
          1. nested and numbered
          2. numbered lists are renumbered
  • XMLNamespace . . . . 4 matches
         <user:userlist xmlns:user="http..." xmlns:cdlist="http://...">
         <user:userlist xmlns="http..." xmlns:cdlist="http://...">
  • BadContent . . . . 3 matches
         # from MT-Blacklist Master Copy
         # You can find out more about MT-Blacklist at
         # http://www.jayallen.org/projects/mt-blacklist
  • CategoryCategory . . . . 3 matches
         A category is a WikiName that exploits WikiWiki's reverse linking. If you click on the title of a category page, you'll get a list of pages belonging to that category. To get a list of all categories, click above on the Category''''''Category title.
         Here is a list of all categories known to this wiki:
         [[PageList(^Category.*)]]
  • FindPage . . . . 3 matches
          * TitleIndex: a list of all pages in the wiki
          * WordIndex: a list of all words that are part of page title (thus, a list of the concepts in a wiki)
  • HD노래 . . . . 3 matches
         youtube music playlist: https://music.youtube.com/playlist?list=PLeA72g_-mW84GGMH5jc_lGOUcLQVLe3kh&feature=share
  • HelpOnMacros . . . . 3 matches
         ||{{{[[PageList(regex)]]}}} || list of pages whose title matches the regex || HelpIndex ||
         ||{{{[[RecentChanges]]}}} || a list of recently edited pages || RecentChanges ||
         ||{{{[[InterWiki]]}}} || a list of all known InterWiki names || InterWiki ||
  • ProcMailSample1 . . . . 3 matches
         * ^Subject:.*The List$
         * ^Content-Type:.*name=.*((Cd\.htm)|(Cdlist\.htm)|(cdlist\.zip)|(cd\s list\.zip)|(cd\s ??\.zip)|(.*Y2QguPG3zy56aXA))
  • Reactor Parallel and groupBy . . . . 3 matches
          .flatMap(groupedFlux ->
          groupedFlux.flatMap(str -> {
          .collectSortedList(Comparator.naturalOrder())
          .flatMap(str -> {
          .collectSortedList(Comparator.naturalOrder())
  • Java Code Snippet . . . . 2 matches
         [session attributes listing]
         [java list System.properties() ]
  • PairingSamsungBluetoothKeyboardTrio500OnXubuntu . . . . 2 matches
         Here, if you first run the command {{{help}}}, a list of supported commands is displayed.
         If you enter the command {{{paired-devices}}}, a list of currently paired devices is displayed.
  • SOLID . . . . 2 matches
         ArrayList list = new ArrayList();
         List list = new ArrayList();
         List 고수준
         ArrayList 저수준
  • Spring3.0특징요약 . . . . 2 matches
          public class SpittleListController {
          @RequestMapping("/spittleList.htm")
          public String displaySpittleList(@RequestParam("username") String userName) {
          return "spittleList";
          http://localhost:8080/spitter/spittleList.htm?username=habuma
          public class SpittleListController {
          @RequestMapping("/{username}/list")
          public String displaySpittleList(@PathVariable("username") String userName) {
          return "spittleList";
          http://localhost:8080/spitter/habuma/list
  • bookmarklets . . . . 2 matches
          var elm = findFirstElementsByCnames(['conts_info_list1','conts_info_list2']);
  • guava . . . . 2 matches
         list --> map
         list --> map group by key
  • totalcommander-wincmd.ini . . . . 2 matches
         listname=C:\Program Files\totalcmd\ftplist.txt
         [Lister]
         DriveBarFlat=1
         InterfaceFlat=1
         0=getDocListWithFiles
  • (번역)PleaseStopCallingDatabasesCPOrAP . . . . 1 match
         The CAP theorem is too simplistic and too widely misunderstood to be of much use for characterizing systems.
  • AnimalsShouldDefinitelyNotWearClothing . . . . 1 match
         [JYbooks cd list]
  • AntBuild.xml예제3 . . . . 1 match
          <javac deprecation="off" srcdir="${src.dir}" destdir="${build.dir}" listfiles="no" failonerror="true">
  • AppleMagicTrackpad2ForUbuntu20.04.1 . . . . 1 match
         $ xinput list-props 20
  • AwsGlacier . . . . 1 match
         $ aws glacier list-jobs --account-id - --vault-name photos --region ap-northeast-1
          "JobList": [
  • BashInstallationOnOsx . . . . 1 match
         add new bash to the whitelist shell file /etc/shells like below
  • CategoryMacro . . . . 1 match
         If you click on the title of a category page, you'll get a list of pages belonging to that category
  • CategoryTemplate . . . . 1 match
         If you click on the title of a category page, you'll get a list of pages belonging to that category
  • CdList . . . . 1 match
         [JYbooks cd list]
  • CleanArchitecture-2020 . . . . 1 match
         The database could be implemented with Oracle, or MySQL, or even flat files. The business rules don't care at all.
          * Service Listeners
  • CssStyle . . . . 1 match
         # list 하위의 a에만 적용
  • CvsCommand . . . . 1 match
          file is in your working directory, but does not correspond to anything in the source repository, and is not in the list of files for cvsnt to ignore (see the description of the -I option, and the section called “Ignoring files via cvsignore ”)
  • HelpIndex . . . . 1 match
         The following is a list of all help pages:
         [[PageList(Help.*)]]
  • HelpOnEditing . . . . 1 match
          * HelpOnLists - lists and indented sections
  • HelpOnLinking . . . . 1 match
         If you enclose a sequence of characters in square brackets and double quotes {{{["like this"]}}}, that makes it a page name. That can be used for specific uses of MoinMoin (like organizing a list of items, e.g. your CD collection, by their "natural" name), or if you want to create a wiki with a non-western character encoding.
  • HelpOnPageCreation . . . . 1 match
         To create a template, follow the above description and create a page with a name ending in "'''Template'''"[[FootNote(If the wiki administrator changed the default settings, rules for what names are template pages might be different.)]]. This page will then be added to the list of template pages displayed when you try to show a non-existent page. For example, NonExistentHelpPage has a link to HelpTemplate that loads the content of HelpTemplate into the editor box, when you click on that link.
  • HelpOnSmileys . . . . 1 match
         To insert a smiley, just type in your favourite from the list below. They're only converted to an icon though if they are ''surrounded by whitespace''.
  • JYbooks . . . . 1 match
         [JYbooks cd list]
  • KafkaCat . . . . 1 match
         listing meta data
  • MaryHadALittleLamb . . . . 1 match
         [JYbooks cd list]
  • MoniWikiACL . . . . 1 match
         # A sample Access Control Lists file for Moniwiki
         ##@groupname userlist [priority]
  • MoniWikiTip . . . . 1 match
          list-style-image: url(../imgs/li1.png);
  • OpenSourceSW . . . . 1 match
         If you click on the title of a category page, you'll get a list of pages belonging to that category
  • POP3Protocol . . . . 1 match
         list --> 목록조회
  • PatternTemplate . . . . 1 match
         The forces influencing the problem and solution. This can be represented as a list.
         List or describe places where the pattern is used.
  • Real-timeBlockingList . . . . 1 match
         # ./rbldnsd -b –p 127.0.0.1/5353 a.com:ip4set:/KISARBL/zone/spamlist1.txt /tmp/rbldnsd.pid
  • TheMusicalLifeOfGustavMole . . . . 1 match
         [JYbooks cd list]
  • Unix열린파일확인 . . . . 1 match
         lsof : list open files
  • Web2.0이란 . . . . 1 match
         구글의 지도, 네이버의 검색 api등 웹2.0시대에는 자신의 api를 공개하고 있다. 즉 비교적 단순한 공개된 api를 이용하여 자신만의 새로운 서비스를 만들어 낸다. 대표적인 예로 하우징맵은 크레이그리스트(craigslist)의 부동산 정보를 구글맵(Google Maps)의 도시 지도에 결합시킨 서비스가 있다. 이러한 매쉬업 특성으로 인해 저렴한 비용으로 새로운 서비스가 빠르게 구축되게 된다.
  • WebUploadStreamFormat . . . . 1 match
         Accept-Encoding: gzip, deflate
  • WeblogicOracleConnectionPool . . . . 1 match
         jdbc:oracle:thin:@(description=(address_list=
  • WikiKeyword . . . . 1 match
          * http://www.kwiki.org/?KwikiKeywords : Kwiki use keywords. Keywords are listed in the left sidebar and each keywords link to another pages related with it.
  • WikiNature . . . . 1 match
         It reminds us of minimalist Japanese brushstroke drawings; you provide the few, elegant slashes of ink, and other minds fill in the rest.
  • Windows재설치시백업사항 . . . . 1 match
          * file list of drive
  • YoutubeDownloader . . . . 1 match
         https://listentoyoutube.online/
  • classloader.jsp . . . . 1 match
         <%@ page import="java.util.ArrayList"%>
         <%@ page import="java.util.List"%>
          List bootClasses = cl.getBootClassInfos();
          List extClasses = cl.getExtClassInfos();
          List appClasses = cl.getAppClassInfos();
          List classLoaders = (List) classInfo.get("X_CLASSLOADERS");
          List cl = null;
          public List getClassLoaderInfos(String className)
          List result = new ArrayList();
          public List getBootClassInfos()
          public List getExtClassInfos()
          public List getAppClassInfos()
          private List separatePath(String classpath)
          List result = new ArrayList();
          private List getClassLoadersOfClass(String className) throws Throwable
          List result = new ArrayList();
          private List getJars(String directoryName)
          return new ArrayList();
          List result = new ArrayList();
          String allFiles[] = directory.list();
  • css . . . . 1 match
          list-style: none;
  • html5_book_원철연 . . . . 1 match
         9.7 datalist 요소(Element) http://fromyou.tistory.com/467
  • nabi . . . . 1 match
         desktop > unity > panel > systray-whitelist 항목에 nabi 추가
  • trac . . . . 1 match
         Trac is a minimalistic approach to web-based management of software projects. Its goal is to simplify effective tracking and handling of software issues, enhancements and overall progress.
  • 구글 엔지니어는 이렇게 일한다 - 타이터스 위터스 외 - 202206 . . . . 1 match
          가독성 승인: 모든 CL(Changelist)은 해당 언어의 가독성 자격증이 있는 누군가의 승인을 얻어야 함
  • 국가코드 . . . . 1 match
         http://www.iso.org/iso/country_codes/iso_3166_code_lists/english_country_names_and_code_elements.htm
  • 나는아마존에서미래를다녔다-박정준-201907 . . . . 1 match
         To do list by 심리?
  • 리스트스타일-CssTips . . . . 1 match
         list-style-type:none;
  • 보안툴 . . . . 1 match
         [pstool] : 윈도우용 프로세스 관리툴 pslist, psexec, psfile, psgetsid, pskill, psinfo, psloggedon
  • 탭모양의메뉴만들기 . . . . 1 match
          list-style-type: none;
Found 78 matching pages out of 1798 total pages

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2018-04-10 17:06:04
Processing time 0.6617 sec